home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
Educ
/
Higher Ed
/
G-M
/
MacPhaseExtras.sit
/
MacPhase Extras
/
MacPhase Macro Help.rsrc
/
TEXT_542_convertdata.txt
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-30
|
370 b
|
9 lines
function ConvertData(dataName, dataStr, typeStr : Str255; min, max : real) : boolean;
Converts from one data type to another.
dataName = Data window name to convert.
dataStr = Which maximum and minimum to use for convertion: TYPE, DATA, CUSTOM.
typeStr = Type of conversion: BYTE, INTEGER, LONGINT, and REAL.
min, max = The max and min to use when converting custom.